home *** CD-ROM | disk | FTP | other *** search
-
- ~4Dgifts/toolbox/src/exampleCode/opengl/glx README
-
- GLX Example Programs
- Simon Hui
- February 15, 1994
-
-
-
- these programs demonstrate implementations of the GLX extension:
-
-
- sharelist.c: Display lists, containing both geometry and textures,
- are shared between two rendering contexts belonging
- to the same client.
-
- RGBA, singlebuffer, depthbuffer
-
-
-
-
- font.c: An X font is imported using glXUseXFont(), and used
- as bitmaps for OpenGL rendering.
-
- font [-f fontname] [-s string]
-
- RGBA, singlebuffer
-
- keys:
- a draw the entire 256 element character set
- b draw only CAPITAL LETTERS of the alphabet
- r draw "string" in rainbow colors
- Esc quit
-